adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / MessageCollection Class / CopyFrom Method / CopyFrom(List<Message>) Method
The collection to copy from


In This Topic
    CopyFrom(List<Message>) Method
    In This Topic
    Adds all messages from the source
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyFrom( _
       ByVal source As List(Of Message) _
    ) 
    public void CopyFrom( 
       List<Message> source
    )
    public:
    void CopyFrom( 
       List<Message^>^ source
    ) 

    Parameters

    source
    The collection to copy from
    See Also